home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / GBlanker / GSource / Blankers / includes.h < prev    next >
C/C++ Source or Header  |  1996-09-26  |  550b  |  22 lines

  1. #ifndef INCLUDES_H
  2. #define INCLUDES_H
  3.  
  4. #include <clib/exec_protos.h>
  5. #include <clib/dos_protos.h>
  6. #include <clib/intuition_protos.h>
  7. #include <clib/graphics_protos.h>
  8. #include <clib/alib_protos.h>
  9. #include "/Libraries/Garshnelib/Garshnelib_protos.h"
  10.  
  11. #include <pragmas/exec_sysbase_pragmas.h>
  12. #include <pragmas/dos_pragmas.h>
  13. #include <pragmas/intuition_pragmas.h>
  14. #include <pragmas/graphics_pragmas.h>
  15. #include "/Libraries/Garshnelib/Garshnelib_pragmas.h"
  16.  
  17. #include "/BGUI/PrefInterp.h"
  18. #include "main.h"
  19. #include "/defs.h"
  20.  
  21. #endif /* INCLUDES_H */
  22.